-- card: 10425 from stack: in -- bmap block id: 10692 -- flags: 0000 -- background id: 2649 -- name: nameafteruser -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=142 top=107 right=127 bottom=221 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to card username1 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=141 top=170 right=192 bottom=252 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field "add" repeat until the mouse is down show card field "add" end repeat hide card field "add" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=227 top=205 right=225 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp put "This will log in the currently selected name" wait 160 ticks doMenu "Message" go to card "SLBnames" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=228 top=205 right=225 bottom=288 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field "log" repeat until the mouse is down show card field "log" end repeat hide card field "log" go to card "SLBnames" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=311 top=205 right=225 bottom=371 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to card "SLBnames" end mouseUp -- part 6 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=70 top=199 right=311 bottom=441 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: add -- part 7 (field) -- low flags: 80 -- high flags: 0004 -- rect: left=93 top=251 right=274 bottom=420 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: log -- part contents for card part 6 ----- text ----- This will let you add the user to your menu. You will need the password once. You can then share your workstation with others on this menu. If the person is going to be using your machine for this one time, uncheck the Add to menu box. I have added three names as an example... -- part contents for card part 7 ----- text ----- This will log in the currently selected user.